home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 9 / FM Towns Free Software Collection 9.iso / t_os / tool / helper / src / scrn.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-11-16  |  584 b   |  31 lines

  1. #define    NON_NO        (-1)
  2.  
  3. #define CLER_NO        0
  4. #define LIST_NO        1
  5. #define PRNT_NO        2
  6. #define INST_NO        3
  7. #define EXIT_NO        4
  8. #define    BACK_NO        5
  9. #define    NEXT_NO        6
  10.  
  11. #define    RETN_NO        0
  12. #define    TEXT_NO        1
  13. #define    EXEC_NO        9
  14.  
  15. #define    TITL_NO        10
  16. #define    WRIT_NO        11
  17.  
  18. #define KEY_NO        100
  19. #define    PRG_NO        200
  20.  
  21. #define    KEY_MAX        28
  22. #define    PRG_MAX        9
  23.  
  24. int    MENU_no(int rc);
  25. void    KEY_disp(int no);
  26. void    KEY_putstr(int no,char *key);
  27. void    PRG_disp(int no,char *prog,char *make,int bits);
  28. void    MSG_disp(char *form,...);
  29. void    MENU_mask(int no,int sw);
  30. void    SCRN_init(void);
  31.